From 566fa0e0bfb4a864e1d52cafd9bb5d6412792863 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 18 Mar 2008 10:53:20 +0000 Subject: [PATCH] hvm: Remove incorrect comment from public save header. Signed-off-by: Keir Fraser --- xen/include/public/arch-x86/hvm/save.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xen/include/public/arch-x86/hvm/save.h b/xen/include/public/arch-x86/hvm/save.h index a2b41f03b3..73b390998e 100644 --- a/xen/include/public/arch-x86/hvm/save.h +++ b/xen/include/public/arch-x86/hvm/save.h @@ -271,8 +271,7 @@ struct hvm_hw_lapic { DECLARE_HVM_SAVE_TYPE(LAPIC, 5, struct hvm_hw_lapic); struct hvm_hw_lapic_regs { - /* A 4k page of register state */ - uint8_t data[0x400]; + uint8_t data[1024]; }; DECLARE_HVM_SAVE_TYPE(LAPIC_REGS, 6, struct hvm_hw_lapic_regs); -- 2.30.2